FixBaseProvider<TA, TS> Class

public abstract class FixBaseProvider<TA, TS> : FixBaseProvider 
where TA : FixBaseApplication 
where TS : IBaseSessionInfo
This language is not supported or no code example is available.
generic<typename TA, typename TS> 
where TA : FixBaseApplication
where TS : IBaseSessionInfo
public ref class FixBaseProvider abstract : public FixBaseProvider^
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

TA

TS

Name Description
Protected property Application
Public property AutoReconnect Gets or sets the auto reconnect. (inherited from Provider).
Public property AutoReconnectInterval Gets or sets the reconnect interval. (inherited from Provider).
Public property BeginString (inherited from FixBaseProvider).
Public property ConfigFile (inherited from FixBaseProvider).
Public property DataDictionary (inherited from FixBaseProvider).
Public property Description (inherited from Provider).
Public property Enabled (inherited from Provider).
Public property Id Gets the identifier. (inherited from Provider).
Public property IsConnected (inherited from Provider).
Public property IsConnecting (inherited from Provider).
Public property IsDisconnected (inherited from Provider).
Public property IsDisconnecting (inherited from Provider).
Public property LoggingEnabled (inherited from FixBaseProvider).
Public property LogsPath (inherited from FixBaseProvider).
Public property Name Gets the name. (inherited from Provider).
Public property Port (inherited from FixBaseProvider).
Public property SenderCompId (inherited from FixBaseProvider).
Public property Sessions (inherited from FixBaseProvider).
Protected property SessionsDictionary (inherited from FixBaseProvider).
Public property SessionsXml (inherited from FixBaseProvider).
Public property Status Gets the status. (inherited from Provider).
Public property StorePath (inherited from FixBaseProvider).
Public property Url (inherited from Provider).
Top
Methods
 
Name Description
Public method Cancel(string) (inherited from Provider).
Protected method CheckIsConnected() (inherited from FixBaseProvider).
Public method Clear() (inherited from FixBaseProvider).
Public method Connect(int) (inherited from Provider).
Public method Connect() Connects this instance. (inherited from Provider).
Protected method ConnectInternal() (inherited from FixBaseProvider).
Public method Disconnect() Disconnects this instance. (inherited from Provider).
Protected method DisconnectInternal() (inherited from FixBaseProvider).
Protected method Dispose(bool) (inherited from Provider).
Public method Dispose() (inherited from Provider).
Internal protected (Protected Friend) method EmitAccountData(AccountData) (inherited from Provider).
Internal protected (Protected Friend) method EmitAccountReport(AccountReport, bool) (inherited from Provider).
Internal protected (Protected Friend) method EmitAccountTransactions(AccountTransactionList) (inherited from Provider).
Internal protected (Protected Friend) method EmitData(DataObject, bool) (inherited from Provider).
Internal protected (Protected Friend) method EmitError(Exception) (inherited from Provider).
Internal protected (Protected Friend) method EmitError(int, int, string) (inherited from Provider).
Internal protected (Protected Friend) method EmitError(string, params object[]) (inherited from Provider).
Internal protected (Protected Friend) method EmitError(string) (inherited from Provider).
Protected method EmitEvent(Event, SessionID) (inherited from FixBaseProvider).
Internal protected (Protected Friend) method EmitExecutionReport(ExecutionReport, bool) (inherited from Provider).
Internal protected (Protected Friend) method EmitHistoricalData(HistoricalData) (inherited from Provider).
Internal protected (Protected Friend) method EmitHistoricalDataEnd(HistoricalDataEnd) (inherited from Provider).
Internal protected (Protected Friend) method EmitHistoricalDataEnd(string, RequestResult, string) (inherited from Provider).
Internal protected (Protected Friend) method EmitInstrumentDefinition(InstrumentDefinition) (inherited from Provider).
Internal protected (Protected Friend) method EmitInstrumentDefinitionEnd(InstrumentDefinitionEnd) (inherited from Provider).
Internal protected (Protected Friend) method EmitInstrumentDefinitionEnd(string, RequestResult, string) (inherited from Provider).
Internal protected (Protected Friend) method EmitLiveExecutionReports(ExecutionReportList) (inherited from Provider).
Internal protected (Protected Friend) method EmitMessage(int, int, string) (inherited from Provider).
Internal protected (Protected Friend) method EmitMessage(string) (inherited from Provider).
Internal protected (Protected Friend) method EmitPortfolioPerformanceRecords(PortfolioPerformanceRecordList) (inherited from Provider).
Internal protected (Protected Friend) method EmitProviderError(ProviderError) (inherited from Provider).
Internal protected (Protected Friend) method EmitStatistics(PortfolioStatisticsResultList) (inherited from Provider).
Internal protected (Protected Friend) method EmitTransactions(TransactionList) (inherited from Provider).
Internal protected (Protected Friend) method EmitWarning(int, int, string) (inherited from Provider).
Internal protected (Protected Friend) method EmitWarning(string) (inherited from Provider).
Protected method GetFileSettingsDictionary() (inherited from FixBaseProvider).
Internal protected (Protected Friend) method GetProperties() (inherited from Provider).
Protected method GetSessionId(IBaseSessionInfo) (inherited from FixBaseProvider).
Protected method GetSessionInfo(SessionID)
Protected method GetSessionInfo(SessionType)
Protected method GetSessionInfo<T>(SessionID) (inherited from FixBaseProvider).
Protected method GetSessionInfo<T>(SessionType) (inherited from FixBaseProvider).
Protected method GetSettings() (inherited from FixBaseProvider).
Protected method GetSettingsDictionary() (inherited from FixBaseProvider).
Protected method GetSettingsDictionary(IBaseSessionInfo) (inherited from FixBaseProvider).
Protected method GroupInstrumentsBySymbol(InstrumentList) (inherited from Provider).
Protected method OnConnect() (inherited from FixBaseProvider).
Protected method OnConnected() (inherited from Provider).
Protected method OnDisconnect() (inherited from FixBaseProvider).
Protected method OnDisconnected() (inherited from Provider).
Public method Process(Event) (inherited from Provider).
Protected method Reject(ExecutionCommand, string, params object[]) (inherited from Provider).
Public method RequestHistoricalData(HistoricalDataRequest) (inherited from Provider).
Public method RequestInstrumentDefinitions(InstrumentDefinitionRequest) (inherited from Provider).
Protected method Send(HistoricalDataMultiInstrumentRequest) (inherited from Provider).
Protected method Send(HistoricalDataSingleInstrumentRequest) (inherited from Provider).
Public method Send(Command_) (inherited from Provider).
Public method Send(ExecutionCommand) Sends the specified command. (inherited from Provider).
Public method Send(ExecutionCommand[]) Sends the array of commands. (inherited from Provider).
Public method Send(HistoricalDataRequest) (inherited from Provider).
Public method Send(InstrumentDefinitionRequest) (inherited from Provider).
Internal protected (Protected Friend) method SetProperties(ProviderPropertyList) (inherited from Provider).
Public method Subscribe(Instrument) Subscribes the specified instrument. (inherited from Provider).
Public method Subscribe(InstrumentList) Subscribes the specified instruments. (inherited from Provider).
Public method ToString() (inherited from Provider).
Public method Unsubscribe(Instrument) Unsubscribes the specified instrument. (inherited from Provider).
Public method Unsubscribe(InstrumentList) Unsubscribes the specified instruments. (inherited from Provider).
Protected method VerifySettings() (inherited from FixBaseProvider).
Protected method WriteDebugInfo(string, params object[]) (inherited from Provider).
Top
Fields
 
Name Description
Protected field Application (inherited from FixBaseProvider).
Protected field ConnectionType (inherited from FixBaseProvider).
Protected field Connector (inherited from FixBaseProvider).
Protected field Framework (inherited from FixBaseProvider).
Protected field dataQueue (inherited from Provider).
Internal protected (Protected Friend) field description (inherited from Provider).
Internal protected (Protected Friend) field enabled (inherited from Provider).
Protected field executionQueue (inherited from Provider).
Internal protected (Protected Friend) field framework (inherited from Provider).
Protected field historicalQueue (inherited from Provider).
Internal protected (Protected Friend) field id (inherited from Provider).
Protected field instrumentQueue (inherited from Provider).
Internal protected (Protected Friend) field name (inherited from Provider).
Protected field sync (inherited from Provider).
Internal protected (Protected Friend) field url (inherited from Provider).
Top

In this article

Definition